Skip to content

Widget header

Status Component Type

Header bar for small widgets (like recent cases etc on home)

alt-text

Usage

This Component can be used by using the following HTML Tag:

<tc-tibco-cloud-widget-header></tc-tibco-cloud-widget-header>

Inputs

Attribute Type Comments
headerText string Text shown in menu bar
icon string icon name (svg key - needs to be registered)
showHeader boolean
toolbarButtons ToolbarButton[] buttons to display in the menu bar

Outputs

Attribute Type Comments
toolbarButtonEvent EventEmitter
Event toolbarButtonEvent Button Clicked
Payload string tells caller a button was clicked - outputs button Id

full development Documentation

Link to TibcoCloudWidgetHeaderComponent